Skip to main content

loglevel

While executing a USE script, various messages are written to a logfile. The loglevel option determines the amount of detail recorded in that logfile.

Syntax

loglevelloglevel

Details

The table below shows the valid values for the loglevel argument. Either the numeric level or the label can be specified. If the label is used then it must be specified in CAPITAL LETTERS.

The log levels are cumulative, in that higher log-level values include lower level messages. For example, a level of INFO will cause FATAL, ERROR, WARN and INFO level messages to be written to the log.

LevelLabelMeaning
0DEBUGXExtended debugging information
1DEBUGDebugging information
2INFOStandard informational messages
3WARNWarnings and non-fatal errors
4ERRORRun-time errors
5FATALNon-recoverable errors

The loglevel statement takes immediate effect and may be used multiple times within a USE script in order to increase or decrease the logging level at any time.